repo: newlines
authorFelix Krull <f_krull@gmx.de>
Tue, 9 Oct 2018 21:07:07 +0000 (23:07 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/libostree/src/repo.rs

index 64e62a94e57189021d319f870c2589304b2a680d..eef5ff1988b4c482097b5cb412659230c34a0832 100644 (file)
@@ -34,11 +34,13 @@ pub trait RepoExtManual {
         maxdepth: i32,
         cancellable: P
     ) -> Result<HashSet<ObjectName>, Error>;
+
     fn list_refs<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
         &self,
         refspec_prefix: P,
         cancellable: Q
     ) -> Result<HashMap<String, String>, Error>;
+
     fn list_refs_ext<'a, 'b, P: Into<Option<&'a str>>, Q: Into<Option<&'b gio::Cancellable>>>(
         &self,
         refspec_prefix: P,